home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
CINEBENCH 2003
/
resource
/
res
/
description
/
Texpression.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
138b
|
10 lines
#ifndef _TEXPRESSION_H_
#define _TEXPRESSION_H_
enum
{
EXPRESSION_PRIORITY = 1000998,
EXPRESSION_ENABLE = 1000999
};
#endif